Multiline tests

{{FormatAs !!=Новый}}
{{NewStyle Новый=РеальныйСтиль}}
!!Ha!!! !!(overrideStyle) Ho!!
  =>
<span class="highlight реальныйстиль">Ha</span>! <span class="highlight overridestyle">Ho</span>

{{NewStyle alias=style}}
{{NewStyle alias=redefine}}
!!(alias) must be "redefine"!!
  =>
<span class="highlight redefine">must be <span class="quotes quotes-0">«redefine»</span></span>

%%(alias)
function x;
%%
{{NewStyle alias=pascal}}
%%(alias)
function x;
%%
  =>
<pre>function x;</pre>
<div class="wackowiki format format-pascal">
<!--notypo--><pre class="code"><b>function</b> x;</pre><!--/notypo-->
</div>

%%(wiki)
function **x**;
%%
{{NewStyle wiki=pascal}}
%%(wiki)
function **x**;
%%
  =>
<p>
function <strong>x</strong>;
</p>
<div class="wackowiki format format-pascal">
<!--notypo--><pre class="code"><b>function</b> **x**;</pre><!--/notypo-->
</div>

%%
function x;
%%
{{FormatAs %%=pascal}}
%%
function x;
%%
  =>
<pre>function x;</pre>
<div class="wackowiki format format-pascal">
<!--notypo--><pre class="code"><b>function</b> x;</pre><!--/notypo-->
</div>

{{FormatAs Отражение=HTML}}
%%(Отразить)
<html att=val>
%%
  =>
<table class="mirror">
<tr>
<td class="source">
<pre>&lt;html att=val&gt;</pre>
</td>
<td class="result">
<div class="wackowiki format format-html">
<!--notypo--><pre class="code"><span style="color: #000080;font-weight:bold;">&lt;html </span>att=val&gt;</pre><!--/notypo-->
</div>
</td>
</tr>
</table>